projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2325b3
)
(Fload): Fix #ifdef for pcc.
author
Dave Love
<fx@gnu.org>
Fri, 17 Nov 2000 16:10:03 +0000
(16:10 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 17 Nov 2000 16:10:03 +0000
(16:10 +0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 14200f800825ae6d272626136642d94cce059cbb..55663e09b254c51c00fdf611c838f0b827264c20 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-756,9
+756,9
@@
Return t if file exists.")
compiled = 1;
-
#ifdef DOS_NT
+#ifdef DOS_NT
fmode = "rb";
-
#endif /* DOS_NT */
+#endif /* DOS_NT */
stat ((char *)XSTRING (found)->data, &s1);
XSTRING (found)->data[STRING_BYTES (XSTRING (found)) - 1] = 0;
result = stat ((char *)XSTRING (found)->data, &s2);